Microsoft Windows graphic

The Cluster service and TCP/IP

The Cluster service requires the TCP/IP suite for its internal and client communication.

TCP/IP is an industry-standard suite of protocols, providing communication in a heterogeneous environment. Although TCP/IP is best known for its access to the Internet and Internet resources, TCP/IP is also well suited as an enterprise networking protocol because it provides interoperability between different types of computer systems. For more information on TCP/IP, see TCP/IP.

The Cluster service and DHCP

The Windows Server 2003 family supports the use of DHCP addresses as public or private node addresses (you configure public and private node addresses through the Network Connections folder, not through cluster management software). The Cluster service uses the Plug and Play network support to handle the events that occur when a DHCP-allocated Internet protocol (IP) address changes. For more information about public and private networks, see Server cluster networks.

However, it is highly recommended that you use static IP addresses for each network adapter on each node. Using DHCP leases for node addresses has some disadvantages:

Caution